home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- repeat while the mouseDown
- puppetSprite(2, 1)
- set i to the locV of sprite 2
- set the locV of sprite 2 to i + 20
- if the locV of sprite 2 < -520 then
- set the locV of sprite 2 to -520
- else
- if the locV of sprite 2 > 127 then
- set the locV of sprite 2 to 127
- end if
- end if
- updateStage()
- end repeat
- end
-